crypto/tls.Conn.handshakeMutex (field)

15 uses

	crypto/tls (current package)
		conn.go#L40: 	handshakeMutex sync.Mutex
		conn.go#L1293: 	c.handshakeMutex.Lock()
		conn.go#L1294: 	defer c.handshakeMutex.Unlock()
		conn.go#L1549: 	c.handshakeMutex.Lock()
		conn.go#L1550: 	defer c.handshakeMutex.Unlock()
		conn.go#L1609: 	c.handshakeMutex.Lock()
		conn.go#L1610: 	defer c.handshakeMutex.Unlock()
		conn.go#L1659: 	c.handshakeMutex.Lock()
		conn.go#L1660: 	defer c.handshakeMutex.Unlock()
		conn.go#L1669: 	c.handshakeMutex.Lock()
		conn.go#L1670: 	defer c.handshakeMutex.Unlock()
		quic.go#L290: 	c.handshakeMutex.Lock()
		quic.go#L291: 	defer c.handshakeMutex.Unlock()
		quic.go#L510: 	c.handshakeMutex.Unlock()
		quic.go#L511: 	defer c.handshakeMutex.Lock()